x86/mm: Drop MEM_LOG() and correct some printed information
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 24 Nov 2016 14:40:45 +0000 (14:40 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 31 Mar 2017 12:33:03 +0000 (13:33 +0100)
commit40b1628b8ea2750a340c3c965c7bc0c721f562ca
tree08b0b178329fff59dcd2d92e94f56f97679de5f3
parent35673d2419af4fde4f235414937bec38864db295
x86/mm: Drop MEM_LOG() and correct some printed information

MEM_LOG() is just a thin wrapper around gdprintk(), obscuring some of the
common information.  Inline it, and take the opportunity to correct some of
the printked information.

Some corrections, each where appropriate:
 * Correction of pfn/mfn terms and consistent use of PRI_pfn/mfn
 * s!I/O!MMIO!
 * Consistently represent domains using d%d notation
 * Use 0x prefix for otherwise unqualified hex numbers
 * Remove "ptwr_emulate:" prefix, as the embedded __func__ is already clear
 * Provide more useful slot information
 * Delete some not-very-helpful lines entirely

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Release-acked-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/mm.c